From 7ae5b516acd7cfe3294ef0d260302d7884c1382c Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 26 Apr 2017 17:21:07 +0100 Subject: [PATCH] gsk: Mark private symbol as static The ellipsis_contains_point() function is not used anywhere else. --- gsk/gskroundedrect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gskroundedrect.c b/gsk/gskroundedrect.c index 8884364387..75c4e5a8ae 100644 --- a/gsk/gskroundedrect.c +++ b/gsk/gskroundedrect.c @@ -318,7 +318,7 @@ gsk_rounded_rect_is_rectilinear (const GskRoundedRect *self) return TRUE; } -gboolean +static gboolean ellipsis_contains_point (const graphene_size_t *ellipsis, const graphene_point_t *point) { -- 2.30.2